home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / i2p / clients.config < prev    next >
Encoding:
Text File  |  2012-10-27  |  2.5 KB  |  68 lines

  1. # NOTE: This I2P config file must use UTF-8 encoding
  2. #
  3. # If you have a 'split' directory installation, with configuration
  4. # files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to
  5. # edit the file in the configuration directory, NOT the install directory.
  6. #
  7.  
  8. # fire up the web console
  9. ## There are several choices, here are some examples:
  10. ## non-SSL, bind to local IPv4 only
  11. #clientApp.0.args=7657 127.0.0.1 ./webapps/
  12. ## non-SSL, bind to local IPv6 only
  13. #clientApp.0.args=7657 ::1 ./webapps/
  14. ## non-SSL, bind to all IPv4 addresses
  15. #clientApp.0.args=7657 0.0.0.0 ./webapps/
  16. ## non-SSL, bind to all IPv6 addresses
  17. #clientApp.0.args=7657 :: ./webapps/
  18. ## For SSL only, change clientApp.4.args below to https://
  19. ## SSL only
  20. #clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
  21. ## non-SSL and SSL
  22. #clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
  23. ## non-SSL only, both IPv6 and IPv4 local interfaces
  24. clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/
  25. clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
  26. clientApp.0.name=I2P Router Console
  27. clientApp.0.onBoot=true
  28. clientApp.0.startOnLoad=true
  29.  
  30. # SAM bridge
  31. clientApp.1.main=net.i2p.sam.SAMBridge
  32. clientApp.1.name=SAM application bridge
  33. clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654
  34. clientApp.1.startOnLoad=false
  35.  
  36. # poke the i2ptunnels defined in i2ptunnel.config
  37. clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
  38. clientApp.2.name=Application tunnels
  39. clientApp.2.args=i2ptunnel.config
  40. clientApp.2.startOnLoad=true
  41.  
  42. # run our own eepsite with a seperate jetty instance
  43. clientApp.3.main=org.mortbay.start.Main
  44. clientApp.3.name=I2P webserver (eepsite)
  45. ## To use the rewrite handler, edit jetty-rewrite.xml and use:
  46. #clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-rewrite.xml"
  47. ## To use local SSL, edit jetty-ssl.xml and use:
  48. #clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-ssl.xml"
  49. ## To use local or remote JMX, edit jetty-jmx.xml and use:
  50. #clientApp.3.args="/path/to/jetty.xml" "/path/to/jetty-jmx.xml"
  51. clientApp.3.args="eepsite/jetty.xml"
  52. clientApp.3.delay=30
  53. clientApp.3.startOnLoad=true
  54.  
  55. # load a browser pointing at the web console whenever we start up
  56. clientApp.4.main=net.i2p.apps.systray.UrlLauncher
  57. clientApp.4.name=Open Router Console in web browser at startup
  58. clientApp.4.args=http://127.0.0.1:7657/
  59. clientApp.4.delay=3
  60. clientApp.4.startOnLoad=true
  61.  
  62. # BOB bridge
  63. clientApp.5.args=
  64. clientApp.5.delay=10
  65. clientApp.5.main=net.i2p.BOB.BOB
  66. clientApp.5.name=BOB application bridge
  67. clientApp.5.startOnLoad=false
  68.